PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class / setBullet Method
The text to be used as bullet for the paragraph.
In This Topic
    setBullet Method
    In This Topic
    Sets the bullet text.
    If this property is set to a object then the paragraph is considered to be part of a bulleted list.
    Syntax
    public void setBullet( 
       PDFFormattedBlock value
    )

    Parameters

    value
    The text to be used as bullet for the paragraph.
    See Also